time.Location.cacheZone (field)
11 uses
time (current package)
time.go#L479: if l.cacheZone != nil && l.cacheStart <= sec && sec < l.cacheEnd {
time.go#L480: sec += int64(l.cacheZone.offset)
time.go#L499: if l.cacheZone != nil && l.cacheStart <= sec && sec < l.cacheEnd {
time.go#L500: name = l.cacheZone.name
time.go#L501: offset = l.cacheZone.offset
zoneinfo.go#L46: cacheZone *zone
zoneinfo.go#L138: l.cacheZone = &l.zone[0]
zoneinfo.go#L161: if zone := l.cacheZone; zone != nil && l.cacheStart <= sec && sec < l.cacheEnd {
zoneinfo_read.go#L328: l.cacheZone = &l.zone[tx[i].index]
zoneinfo_read.go#L339: l.cacheZone = &l.zone[zoneIdx]
zoneinfo_read.go#L341: l.cacheZone = &zone{
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |